lib.process

Undocumented in source.

Members

Functions

executeAt
void executeAt(const(char[])[] args, const(char)[] cwd, string[string] env, bool debugInfo)

Execute the given comamnd at the given directory

executeShellAt
void executeShellAt(const(char)[] command, const(char)[] cwd, string[string] env, bool debugInfo)

Execute the given shell comamnd at the given directory

Meta